home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 13 / Network Support Encyclopedia (Novell Inc.)(1991).ISO / download / naslwp.txt < prev    next >
Text File  |  1991-06-27  |  3KB  |  85 lines

  1. TITLE: TCP/IP across Access Server 
  2. DOCUMENT #: TB.S.3-144
  3. DATE: June 26, 1991 
  4. PRODUCT: Access Server and LAN WorkPlace for DOS
  5. PRODUCT VERSION: Access Server 1.2   
  6. SUPERSEDES: NA 
  7.  
  8. SYMPTOM: NA 
  9.  
  10. ISSUE/PROBLEM:
  11. It is possible to make a TCP/IP connection to a UNIX host via the Access
  12. Server by using a Novell DOS ODI driver and Novell's LAN Workplace for DOS. 
  13.  
  14. SOLUTION:
  15. This can be done either of two ways; with the "Network Option" or the "RAM
  16. DISK OPTION". 
  17. For either option you must have 1 additional ethernet adapter (1 additional
  18. network connection also) and LAN WorkPlace for DOS.
  19.  
  20. - Add to the Access Server's AUTOEXEC.BAT:
  21.               LSL
  22.               NE1000 (NE1000 is illustrative only)
  23.               TCPIP
  24.               TELAPI
  25.               cd c:\access
  26.               Naskey Nasauto 
  27.  
  28. - Insert the additional ethernet adapter.
  29.  
  30. - For the "Network Option" copy to the boot drive: the following files:
  31.               NET.CFG (Refer to the DOS ODI reference materials for proper
  32.               configuration)
  33.               LSL.COM
  34.               TCPIP.EXE
  35.               TELAPI.EXE
  36.               NE1000.COM (Use the proper driver, NE1000 is illustrative only.)
  37.  
  38.        > Boot the Access Server.
  39.  
  40.        The Access Server will then be prepared to communicate using TCP/IP
  41.        and IPX.
  42.  
  43.        To login to a UNIX host the user must have the LAN WorkPlace for DOS
  44.        installed on the server with a mapping to the XLN\bin40 subdirectory. 
  45.        XLN\BIN40 should contain the TNVT220 application which opens telnet
  46.        session using VT220 terminal emulation.
  47.  
  48. For the "Ram Disk Option"
  49. > Copy to Access Server's boot drive the following files:
  50.               NET.CFG*
  51.               LSL.COM
  52.               TCPIP.EXE
  53.               TELAPI.EXE
  54.               NE1000.COM (Use the proper driver.  NE1000 is illustrative only.)
  55.               TNVT220.EXE
  56.               KBDDATA
  57.               HOSTS
  58.               RESOLV.CFG
  59.               EXTMAP
  60.               PCTOHOST.MAP
  61.               HOSTTOPC.MAP
  62.               T4_DEF.PAR
  63.               XT4_DEF.PAR
  64.  
  65. > Modify NASAUTO.BAT by adding the following lines:
  66.               MD %2:\XLN
  67.               MD %2:\XLN\BIN40
  68.               MD %2:\XLN\TCP
  69.               MD %2:\XLN\HSTACC
  70.               COPY \TNVT220.EXE %2:\XLN\BIN40
  71.               COPY \KBDDATA %2:\XLN\BIN40
  72.               COPY \HOSTS %2:\XLN\TCP
  73.               COPY \RESOLV.CFG %2:\XLN\TCP
  74.               COPY \EXTMAP.BIN %2:\XLN\HSTACC
  75.               COPY \PCTPHOST.MAP %2:\XLN\HSTACC
  76.               COPY \HOSTTOPC.MAP %2:\XLN\HSTACC
  77.               COPY T4_DEF.PAR %2:\XLN\HSTACC
  78.               COPY XT4_DEF.PAR %2:\XLN\HSTACC
  79.  
  80. > Increase second RAMDRIVE by 2 in CONFIG.SYS
  81.  
  82. > Boot the Access Server.
  83.  
  84. > Modify the Automatic Procedure Command under User Profile to read:
  85.               MAP INS E:=XLN\BIN40